Conversation
This was
linked to
issues
Jul 1, 2024
This was
unlinked from
issues
Jul 1, 2024
This was
linked to
issues
Jul 1, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
DataBase 내용 추가
단원 공부 인증 (정리한 내용 or 체크리스트)
4. Database
MariaDB (추가 체크박스 확인!)
추가
5. MariaDB (JOIN 부터)
https://velog.io/@jojehuni_9759/SQL-SELECT-JOIN-GROUP-BY-그룹-함수-서브쿼리
추가
6. 서브쿼리
7. SET OPERATOR
https://velog.io/@jojehuni_9759/SQL-SELECT-SET-OPERATOR
8. DML (데이터 조작어)
https://velog.io/@jojehuni_9759/SQL-DML-데이터-조작어
9. Transaction(트랜잭션)
https://velog.io/@jojehuni_9759/SQL-Transaction트랜잭션
10. DDL (데이터 정의어)
https://velog.io/@jojehuni_9759/SQL-DDL-데이터-정의어-blclseiz
11. Constraint (제약 조건)
https://velog.io/@jojehuni_9759/SQL-DDL-Constraint-제약-조건
12. DATA_TYPES, 형변환
https://velog.io/@jojehuni_9759/SQL-DATATYPES-형변환
13. VIEW
https://velog.io/@jojehuni_9759/SQL-VIEW
14. INDEX
https://velog.io/@jojehuni_9759/SQL-INDEX-색인
15. Trigger (트리거)
https://velog.io/@jojehuni_9759/SQL-Trigger-트리거